ipfs-http-client: remove NIH Makefile
authorRosen Penev <[email protected]>
Sun, 2 Feb 2020 04:11:44 +0000 (20:11 -0800)
committerRosen Penev <[email protected]>
Mon, 10 Feb 2020 04:53:21 +0000 (20:53 -0800)
commit16fbea306afbc994a2d72c74c35cc4865be115dd
treed08942863495528e7e8edd33824c6943eac8e644
parentd8974e8cb49647ec83e95c5fe0c128a462557828
ipfs-http-client: remove NIH Makefile

There's no reason for it. It breaks parallel building, does not link to
libatomic when necessary, and generates a larger binary for some reason.

The normal package has none of these problems.

Signed-off-by: Rosen Penev <[email protected]>
libs/ipfs-http-client/Makefile
libs/ipfs-http-client/src/Makefile [deleted file]
libs/ipfs-http-client/src/test/demo.cpp [deleted file]